<div class="row"> <div class="col-md-6 col-md-offset-3"> <div class="widget widget-pinterest"> <div class="widget-body padding-none"> <a href="../assets/images/gallery/2.jpg" class="thumb no-ajaxify col-md-12"> <img src="../assets/images/gallery/2.jpg" alt="photo" /> </a> <div class="description col-md-12"> <h5 class="text-uppercase">Photo title</h5> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </div> </div> </div> </div> </div>
@import "http://localhost/shared/components/modules/admin/widgets/widget-pinterest/assets/less/widget-pinterest.less"; @import "assets/components/core/less/widgets.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.